Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 82b0b2f

Browse files
chore(deps): update actions/checkout action to v4 (#10)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 50c967d commit 82b0b2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cache.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: clean
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
- uses: mokmok-dev/delete-actions-cache@v0.1.0
1717
env:
1818
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
build:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020
- uses: docker/metadata-action@v4
2121
id: meta
2222
with:

0 commit comments

Comments
 (0)