Skip to content

Commit b043732

Browse files
chore(deps): update actions/checkout action to v4 (#34)
Co-authored-by: plural-renovate[bot] <plural-renovate[bot]@users.noreply.github.com>
1 parent d10520f commit b043732

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
packages: 'write'
6363
steps:
6464
- name: Checkout
65-
uses: actions/checkout@v3
65+
uses: actions/checkout@v4
6666
with:
6767
fetch-depth: 0
6868
- name: Docker meta

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
packages: 'write'
2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@v3
31+
uses: actions/checkout@v4
3232
with:
3333
fetch-depth: 0
3434
- name: Docker meta
@@ -101,7 +101,7 @@ jobs:
101101
discussions: write
102102
steps:
103103
- name: Checkout
104-
uses: actions/checkout@v3
104+
uses: actions/checkout@v4
105105
- name: Release
106106
uses: softprops/action-gh-release@v1
107107
with:

0 commit comments

Comments
 (0)