Skip to content

Commit 5245971

Browse files
authored
Merge pull request #1360 from plus3it/dependabot/github_actions/actions/checkout-6.0.0
build(deps): Bump actions/checkout from 5.0.0 to 6.0.0
2 parents aefcf6d + b6b5ae2 commit 5245971

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
packages: write
2121
steps:
2222
- name: Clone this git repository
23-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
23+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
2424

2525
- name: Docker meta
2626
if: github.event_name != 'pull_request'

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1414
steps:
1515
- name: Clone this git repository
16-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
16+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
1717

1818
- name: Install lint dependencies
1919
run: make lint/install

0 commit comments

Comments
 (0)