Skip to content

Commit 998cc9e

Browse files
authored
Merge pull request #232 from JuliaControl/dependabot/github_actions/actions/checkout-5
build(deps): bump actions/checkout from 2 to 5
2 parents b914166 + c25a8a6 commit 998cc9e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Set JULIA_DEBUG environment variable if applicable
3535
if: ${{ runner.debug == '1' }}
3636
run: echo "JULIA_DEBUG=ModelPredictiveControl" >> $GITHUB_ENV
37-
- uses: actions/checkout@v4
37+
- uses: actions/checkout@v5
3838
- uses: julia-actions/setup-julia@v2
3939
with:
4040
version: ${{ matrix.version }}

.github/workflows/DocCleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout gh-pages branch
12-
uses: actions/checkout@v2
12+
uses: actions/checkout@v5
1313
with:
1414
ref: gh-pages
1515

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
contents: write
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v5
1717
- uses: julia-actions/setup-julia@v1
1818
with:
1919
version: '1'

0 commit comments

Comments
 (0)