Skip to content

Commit b678d7d

Browse files
authored
Merge pull request #404 from pixelit-project/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents ea666fe + 4515181 commit b678d7d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build-and-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout 🛎️
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v5
1414
with:
1515
repository: "pixelit-project/WebUI"
1616

@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ubuntu-latest
3737
steps:
3838
- name: Checkout 🛎️
39-
uses: actions/checkout@v4
39+
uses: actions/checkout@v5
4040
with:
4141
persist-credentials: false
4242

@@ -119,7 +119,7 @@ jobs:
119119
if: startsWith(github.ref, 'refs/tags/')
120120
steps:
121121
- name: Checkout 🛎️
122-
uses: actions/checkout@v4
122+
uses: actions/checkout@v5
123123
with:
124124
repository: "pixelit-project/PixelIt.Docs"
125125
path: docs
@@ -159,7 +159,7 @@ jobs:
159159
if: startsWith(github.ref, 'refs/tags/')
160160
steps:
161161
- name: Checkout 🛎️
162-
uses: actions/checkout@v4
162+
uses: actions/checkout@v5
163163
with:
164164
repository: "pixelit-project/WebUI"
165165

.github/workflows/dependabot-auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616

1717
- name: Check if PR should be auto-merged
1818
uses: ahmadnassri/action-dependabot-auto-merge@v2

0 commit comments

Comments
 (0)