Skip to content

Commit 4515181

Browse files
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent eef5d70 commit 4515181

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.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)