Skip to content

Commit 80121da

Browse files
chore(deps): update actions/checkout action to v5
1 parent 496ed5f commit 80121da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Check out the repo
10-
uses: actions/checkout@v4
10+
uses: actions/checkout@v5
1111
- name: Set up QEMU
1212
uses: docker/setup-qemu-action@v3
1313
- name: Set up Docker Buildx

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Check out the repo
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v5
1414
- name: Log in to the container registry
1515
uses: docker/login-action@5b7b28b1cc417bbd34cd8c225a957c9ce9adf7f2
1616
with:

0 commit comments

Comments
 (0)