Skip to content

Commit bc3d835

Browse files
[skip-release] Update actions/checkout action to v7
1 parent 879d9d1 commit bc3d835

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/reusable-goreleaser.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
runs-on: ubuntu-24.04
7070
steps:
7171
- name: Checkout
72-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
72+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
7373
with:
7474
fetch-depth: 0
7575

@@ -97,7 +97,7 @@ jobs:
9797

9898
- name: Checkout Package Publisher
9999
if: ${{ inputs.publish-package-repo }}
100-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
100+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
101101
with:
102102
repository: libops/terraform-linux-packages
103103
ref: main

0 commit comments

Comments
 (0)