diff --git a/.github/workflows/module_acceptance.yml b/.github/workflows/module_acceptance.yml index 1bfa5be..769a338 100644 --- a/.github/workflows/module_acceptance.yml +++ b/.github/workflows/module_acceptance.yml @@ -80,7 +80,7 @@ jobs: env: BUNDLE_WITHOUT: release_prep PUPPET_GEM_VERSION: '~> 8.9' - FACTER_GEM_VERSION: 'https://github.com/puppetlabs/facter#main' # why is this set? + FACTER_GEM_VERSION: '~> 4.10' TWINGATE_PUBLIC_REPO_KEY: ${{ secrets.TWINGATE_PUBLIC_REPO_KEY }} steps: diff --git a/.github/workflows/module_ci.yml b/.github/workflows/module_ci.yml index e6a0124..91ff04b 100644 --- a/.github/workflows/module_ci.yml +++ b/.github/workflows/module_ci.yml @@ -86,7 +86,7 @@ jobs: env: BUNDLE_WITHOUT: release_prep PUPPET_GEM_VERSION: ${{ matrix.puppet_version }} - FACTER_GEM_VERSION: 'https://github.com/puppetlabs/facter#main' # why is this set? + FACTER_GEM_VERSION: '~> 4.10' steps: - name: "Checkout"