Skip to content

Commit efb9221

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] <[email protected]>
1 parent 0618b4c commit efb9221

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
runs-on: ubuntu-latest
9797
steps:
9898
- name: Checkout Test Repository
99-
uses: actions/checkout@v4
99+
uses: actions/checkout@v5
100100
with:
101101
repository: Sewer56/prs-rs
102102
ref: 149060527e685360687d7332742ac016b39af8a7
@@ -113,7 +113,7 @@ jobs:
113113
runs-on: ubuntu-latest
114114
steps:
115115
- name: Checkout Test Repository
116-
uses: actions/checkout@v4
116+
uses: actions/checkout@v5
117117
with:
118118
repository: Sewer56/prs-rs
119119
ref: 149060527e685360687d7332742ac016b39af8a7
@@ -130,7 +130,7 @@ jobs:
130130
runs-on: ubuntu-latest
131131
steps:
132132
- name: Checkout Test Repository
133-
uses: actions/checkout@v4
133+
uses: actions/checkout@v5
134134
with:
135135
repository: Sewer56/prs-rs
136136
ref: 149060527e685360687d7332742ac016b39af8a7

0 commit comments

Comments
 (0)