Skip to content

Commit ef21fa4

Browse files
authored
Merge pull request #551 from ketilmo/renovate/actions-checkout-6.x
chore(deps): update actions/checkout action to v6.0.3
2 parents f4d0fe1 + 988e97a commit ef21fa4

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy-to-balena-draft.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
architecture: ["aarch64", "amd64", "armv7hf"] # Not supported, but valid: rpi, i386, i386-nlp
2020
steps:
2121
- name: Checkout PR branch
22-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
22+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2323
with:
2424
ref: ${{ github.event.pull_request.head.sha }}
2525
persist-credentials: false

.github/workflows/deploy-to-balena.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: "ubuntu-latest"
1919
steps:
2020
- name: Checkout repository
21-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
21+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2222

2323
- name: Update balena.yml
2424
uses: balena-io-experimental/balena.yml-action@cffeb7987589f35ff623a75fa39a04822b5da5af # Feb 13, 2023

.github/workflows/opensky-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Checkout repository
21-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
21+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2222
with:
2323
ref: 'master'
2424

@@ -124,7 +124,7 @@ jobs:
124124

125125
steps:
126126
- name: Checkout repository
127-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
127+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
128128
with:
129129
ref: 'master'
130130

0 commit comments

Comments
 (0)