Skip to content

Commit 74d51ac

Browse files
chore(deps): update actions/checkout action to v6.0.1 (#5058)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dab3a7c commit 74d51ac

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/assign-milestone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
assign-milestone:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
15+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1616
with:
1717
repository: 'dropwizard/metrics'
1818
ref: ${{ github.base_ref }}

.github/workflows/trigger-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: webfactory/ssh-agent@a6f90b1f127823b31d4d4a8d96047790581349bd # v0.9.1
2020
with:
2121
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
22-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
22+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2323
with:
2424
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}
2525
- name: Set up JDK

0 commit comments

Comments
 (0)