Skip to content

Commit ad3ce0c

Browse files
Merge pull request #140 from Unidata/dependabot-github_actions-actions-checkout-4
CI: (deps): Bump actions/checkout from 2 to 4
2 parents 64b7d7b + 91f0600 commit ad3ce0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Build Release Packages
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
- name: Set up Python
1616
id: setup
1717
uses: actions/setup-python@v5

.github/workflows/sphinx_build_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Build
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v4
1616
- name: Setup Python
1717
uses: actions/setup-python@v5
1818
with:

0 commit comments

Comments
 (0)