Skip to content

Commit

Permalink
Merge pull request #161 from gkunz/pin-dependencies
Browse files Browse the repository at this point in the history
Pinning dependencies of GitHub actions
  • Loading branch information
anders-larsson authored Feb 23, 2024
2 parents 247550e + 6940899 commit 5ddc3cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-pdk-tests-on-puppet-7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v2
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Run unit tests
# Modified puppets-epic-show-theatre with gcc and make installed
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-pdk-tests-on-puppet-8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v2
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Run unit tests
# Modified puppets-epic-show-theatre with gcc and make installed
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-pdk-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v2
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Run pdk validate
# Modified puppets-epic-show-theatre with gcc and make installed
Expand Down

0 comments on commit 5ddc3cc

Please sign in to comment.