Skip to content

Commit f579e8a

Browse files
authored
Merge pull request #22 from VEXLife/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents ef3fc62 + a013ac4 commit f579e8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# Steps represent a sequence of tasks that will be executed as part of the job
2323
steps:
2424
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v5
2626

2727
# Sets up MATLAB on a GitHub-hosted runner
2828
- name: Set up MATLAB

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717
- name: Release
1818
uses: softprops/action-gh-release@v2
1919
with:

0 commit comments

Comments
 (0)