Skip to content

Commit 3c94bfa

Browse files
renovate[bot]json-derulo
authored andcommitted
chore(deps): update actions/checkout action to v5
1 parent 5ff455a commit 3c94bfa

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/build-and-deploy.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@v4
16+
uses: actions/checkout@v5
1717

1818
- uses: pnpm/action-setup@v4
1919
name: Install pnpm

.github/workflows/verify-build.yml

Lines changed: 6 additions & 6 deletions
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@v4
16+
uses: actions/checkout@v5
1717
with:
1818
ref: refs/pull/${{ github.event.pull_request.number }}/merge
1919

@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-latest
3333
steps:
3434
- name: Checkout
35-
uses: actions/checkout@v4
35+
uses: actions/checkout@v5
3636
with:
3737
ref: refs/pull/${{ github.event.pull_request.number }}/merge
3838

@@ -51,7 +51,7 @@ jobs:
5151
runs-on: ubuntu-latest
5252
steps:
5353
- name: Checkout
54-
uses: actions/checkout@v4
54+
uses: actions/checkout@v5
5555
with:
5656
ref: refs/pull/${{ github.event.pull_request.number }}/merge
5757

@@ -79,7 +79,7 @@ jobs:
7979
runs-on: ubuntu-latest
8080
steps:
8181
- name: Checkout
82-
uses: actions/checkout@v4
82+
uses: actions/checkout@v5
8383
with:
8484
ref: refs/pull/${{ github.event.pull_request.number }}/merge
8585

@@ -101,7 +101,7 @@ jobs:
101101
runs-on: ubuntu-latest
102102
steps:
103103
- name: Checkout
104-
uses: actions/checkout@v4
104+
uses: actions/checkout@v5
105105
with:
106106
ref: refs/pull/${{ github.event.pull_request.number }}/merge
107107

@@ -123,7 +123,7 @@ jobs:
123123
runs-on: ubuntu-latest
124124
steps:
125125
- name: Checkout
126-
uses: actions/checkout@v4
126+
uses: actions/checkout@v5
127127
with:
128128
ref: refs/pull/${{ github.event.pull_request.number }}/merge
129129

0 commit comments

Comments
 (0)