Skip to content

Commit be9d949

Browse files
authored
Merge pull request #4 from Reloaded-Project/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 0618b4c + efb9221 commit be9d949

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)