Skip to content

Commit c3ea306

Browse files
authored
Merge pull request #3 from Reloaded-Project/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents b939b5e + 9bc9842 commit c3ea306

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test-workflow.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
runs-on: ${{ matrix.os }}
6262
steps:
6363
- name: Checkout Test Repository
64-
uses: actions/checkout@v4
64+
uses: actions/checkout@v5
6565
with:
6666
repository: Sewer56/prs-rs
6767
ref: 149060527e685360687d7332742ac016b39af8a7
@@ -82,7 +82,7 @@ jobs:
8282
runs-on: ubuntu-latest
8383
steps:
8484
- name: Checkout Test Repository
85-
uses: actions/checkout@v4
85+
uses: actions/checkout@v5
8686
with:
8787
repository: Sewer56/prs-rs
8888
ref: 149060527e685360687d7332742ac016b39af8a7
@@ -111,7 +111,7 @@ jobs:
111111
runs-on: ${{ matrix.os }}
112112
steps:
113113
- name: Checkout Test Repository
114-
uses: actions/checkout@v4
114+
uses: actions/checkout@v5
115115
with:
116116
repository: Sewer56/prs-rs
117117
ref: 149060527e685360687d7332742ac016b39af8a7
@@ -132,7 +132,7 @@ jobs:
132132
runs-on: ubuntu-latest
133133
steps:
134134
- name: Checkout Test Repository
135-
uses: actions/checkout@v4
135+
uses: actions/checkout@v5
136136
with:
137137
repository: Sewer56/prs-rs
138138
ref: 149060527e685360687d7332742ac016b39af8a7
@@ -146,7 +146,7 @@ jobs:
146146
runs-on: ubuntu-latest
147147
steps:
148148
- name: Checkout Test Repository
149-
uses: actions/checkout@v4
149+
uses: actions/checkout@v5
150150
with:
151151
repository: Sewer56/prs-rs
152152
ref: 149060527e685360687d7332742ac016b39af8a7

0 commit comments

Comments
 (0)