Skip to content

Commit 6096973

Browse files
authored
Merge pull request #115 from caltechlibrary/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 2 to 5
2 parents ff4e975 + 6d3b65b commit 6096973

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-sphinx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
deploy:
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@v2
24+
- uses: actions/checkout@v5
2525

2626
- name: Set up Python
2727
uses: actions/setup-python@v6

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
steps:
4141
- name: Checkout repository
42-
uses: actions/checkout@v2
42+
uses: actions/checkout@v5
4343

4444
# Initializes the CodeQL tools for scanning.
4545
- name: Initialize CodeQL

0 commit comments

Comments
 (0)