Skip to content

Commit fe6762c

Browse files
authored
Merge pull request #1289 from plus3it/dependabot/github_actions/actions/checkout-5.0.0
build(deps): Bump actions/checkout from 4.2.2 to 5.0.0
2 parents 46629a5 + 69fd387 commit fe6762c

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@11bd71901bbe5b1630ceea73d27597364c9af683
23+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
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@11bd71901bbe5b1630ceea73d27597364c9af683
16+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
1717

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

0 commit comments

Comments
 (0)