Skip to content

Commit

Permalink
Merge pull request #89 from nyarla/dependabot-github_actions-actions-…
Browse files Browse the repository at this point in the history
…checkout-4.1.7

chore(github-actions): bump actions/checkout from 4.1.6 to 4.1.7
  • Loading branch information
nyarla authored Jun 17, 2024
2 parents f3be68c + 2db5104 commit dde877d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autoupdate-cpanfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
actions: write
steps:
# runner environment
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
ref: 'refs/heads/main'
- name: Install ubuntu dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/perl-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# runner environment
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Install ubuntu dependencies
run: |
sudo apt-get update
Expand Down

0 comments on commit dde877d

Please sign in to comment.