Skip to content

Commit

Permalink
ci: update actions to latest versions; use shas to pin versions
Browse files Browse the repository at this point in the history
Closes gh-55
  • Loading branch information
timmywil authored Jul 5, 2024
1 parent 0dd9c3d commit 39330d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
# Includes Ruby 2.7 and RubyGems 3.1
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- name: Install puppet-lint
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/smoke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- run: make test

0 comments on commit 39330d6

Please sign in to comment.