Skip to content

Commit

Permalink
Merge pull request #759 from fedejaure/dependabot/github_actions/deve…
Browse files Browse the repository at this point in the history
…lop/actions/checkout-4.2.2

Bump actions/checkout from 4.2.0 to 4.2.2
  • Loading branch information
fedejaure authored Oct 25, 2024
2 parents 646ed39 + 8bcf235 commit faa04f5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4.2.2

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit-autoupdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: autoupdate
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.0
- uses: actions/checkout@v4.2.2
with:
ref: develop

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.0
- uses: actions/checkout@v4.2.2

- name: Set up Python 3.10
uses: actions/setup-python@v5.3.0
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
name: Create Github Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.0
- uses: actions/checkout@v4.2.2

- name: Get version from tag
id: tag_name
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Linting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.0
- uses: actions/checkout@v4.2.2

- name: Set up Python 3.10
uses: actions/setup-python@v5.3.0
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
python-version: ['3.10', '3.11', '3.12']
fail-fast: true
steps:
- uses: actions/checkout@v4.2.0
- uses: actions/checkout@v4.2.2

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5.3.0
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
needs: tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.0
- uses: actions/checkout@v4.2.2

- name: Set up Python 3.10
uses: actions/setup-python@v5.3.0
Expand Down

0 comments on commit faa04f5

Please sign in to comment.