Skip to content

Commit

Permalink
Bump Action versions
Browse files Browse the repository at this point in the history
No effects were observed on Make-managed files.

Signed-off-by: Alex Nelson <[email protected]>
  • Loading branch information
ajnelson-nist committed Jun 26, 2024
1 parent 1f61da6 commit e99fa5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
- '3.12'

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Pre-commit Checks
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/supply-chain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- '3.12'

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
# This enables supply chain review against only a selected
# branch. For those using the "Git-Flow" style of branching,
Expand All @@ -42,7 +42,7 @@ jobs:
# https://cyberdomainontology.org/ontology/development/#branching-cdo-git-flow
ref: main
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Review dependencies
Expand Down

0 comments on commit e99fa5f

Please sign in to comment.