Skip to content

Commit fe14f65

Browse files
authoredFeb 25, 2024
Merge pull request #16 from SciML/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 2cfacd8 + 3094876 commit fe14f65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/Documentation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
14+
- uses: actions/checkout@b32f140b0c872d58512e0a66172253c302617b90
1515
- uses: julia-actions/setup-julia@latest
1616
with:
1717
version: '1'

‎.github/workflows/SpellCheck.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout Actions Repository
11-
uses: actions/checkout@v3
11+
uses: actions/checkout@v4
1212
- name: Check spelling
1313
uses: crate-ci/typos@v1.16.23

0 commit comments

Comments
 (0)
Please sign in to comment.