Skip to content

Commit e73d0af

Browse files
authored
Merge pull request #434 from reagento/dependabot/github_actions/develop/actions/checkout-6.0.2
Bump actions/checkout from 5.0.0 to 6.0.2
2 parents 7a1eeba + dbc4601 commit e73d0af

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/lint_and_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
timeout-minutes: 3
2424

2525
steps:
26-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
26+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2727
with:
2828
persist-credentials: false
2929

@@ -68,7 +68,7 @@ jobs:
6868
os: ['ubuntu-latest']
6969

7070
steps:
71-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
71+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
7272
with:
7373
persist-credentials: false
7474

@@ -120,7 +120,7 @@ jobs:
120120
if: ${{ github.event_name == 'pull_request' }}
121121

122122
steps:
123-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
123+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
124124
with:
125125
persist-credentials: false
126126

.github/workflows/test_all_oses.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
os: ['ubuntu-latest', 'windows-latest', 'macos-latest']
3434

3535
steps:
36-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
36+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
3737
with:
3838
persist-credentials: false
3939

0 commit comments

Comments
 (0)