Skip to content

Commit

Permalink
Merge pull request #306 from prjemian/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4

Bump actions/checkout from 2 to 4
  • Loading branch information
prjemian committed Feb 9, 2024
2 parents 5977f8c + 501649e commit df221d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
# runs-on: ubuntu-latest

# steps:
# - uses: actions/checkout@v2
# - uses: actions/checkout@v4

# - uses: actions/setup-python@v2

Expand All @@ -48,7 +48,7 @@ jobs:
max-parallel: 5

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Create Python ${{ matrix.python-version }} environment
uses: mamba-org/provision-with-micromamba@main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Expand Up @@ -27,7 +27,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down

0 comments on commit df221d8

Please sign in to comment.