Skip to content

Commit cd36b79

Browse files
chore(deps): bump actions/checkout from 2.4.0 to 3 (#10)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.4.0...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 71d5536 commit cd36b79

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/pre-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
pre-commit:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2.4.0
14+
- uses: actions/checkout@v3
1515
with:
1616
fetch-depth: 0
1717
- uses: actions/setup-python@v3

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v3
1717
- name: Set up QEMU
1818
id: qemu
1919
uses: docker/setup-qemu-action@v1

.github/workflows/sync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
dockerfile: ${{ steps.dockerfile.outputs.exists }}
1616

1717
steps:
18-
- uses: actions/checkout@v2.3.5
18+
- uses: actions/checkout@v3
1919

2020
- id: metadata
2121
uses: ahmadnassri/action-metadata@v1
@@ -34,7 +34,7 @@ jobs:
3434
- name: Queue
3535
uses: ahmadnassri/[email protected]
3636
- name: Checkout
37-
uses: actions/checkout@v2
37+
uses: actions/checkout@v3
3838
- name: Sync
3939
uses: ahmadnassri/[email protected]
4040
with:

0 commit comments

Comments
 (0)