Skip to content

Commit e6ba16c

Browse files
authored
Merge pull request #986 from fortran-lang/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 1 to 4
2 parents 31ea224 + d05afd8 commit e6ba16c

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Diff for: .github/workflows/CI.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
steps:
4545
- name: Checkout code
46-
uses: actions/checkout@v1
46+
uses: actions/checkout@v4
4747

4848
- name: Install GFortran macOS
4949
if: contains(matrix.os, 'macos')
@@ -194,7 +194,7 @@ jobs:
194194
- build
195195

196196
steps:
197-
- uses: actions/checkout@v2
197+
- uses: actions/checkout@v4
198198

199199
- name: Download Artifacts
200200
uses: actions/download-artifact@v2
@@ -277,7 +277,7 @@ jobs:
277277
env:
278278
DEPLOY_BRANCH: ${{ secrets.DEPLOY_BRANCH && contains(github.ref, secrets.DEPLOY_BRANCH) && 1 || 0 }}
279279

280-
- uses: actions/checkout@v2
280+
- uses: actions/checkout@v4
281281
if: ${{ github.event_name == 'push' }}
282282

283283
- name: Download Artifacts

Diff for: .github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build-and-deploy:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v4
1010
- uses: actions/setup-python@v1
1111
with:
1212
python-version: '3.x'

Diff for: .github/workflows/meta.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
steps:
4545
- name: Checkout code
46-
uses: actions/checkout@v1
46+
uses: actions/checkout@v4
4747

4848
- name: (Ubuntu) setup gcc version
4949
if: contains(matrix.os,'ubuntu')

Diff for: .github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
FORMAT: ${{ matrix.format }}
1818
steps:
1919
- name: Checkout code
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v4
2121
with:
2222
fetch-depth: 0
2323

@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ubuntu-latest
4545
steps:
4646
- name: Checkout code
47-
uses: actions/checkout@v2
47+
uses: actions/checkout@v4
4848
with:
4949
fetch-depth: 0
5050

@@ -124,7 +124,7 @@ jobs:
124124
env:
125125
DEPLOY_BRANCH: ${{ secrets.DEPLOY_BRANCH && contains(github.ref, secrets.DEPLOY_BRANCH) && 1 || 0 }}
126126

127-
- uses: actions/checkout@v2
127+
- uses: actions/checkout@v4
128128
if: ${{ github.event_name == 'push' }}
129129

130130
- name: Download Artifacts

0 commit comments

Comments
 (0)