Skip to content

Commit

Permalink
Merge pull request #37 from SukiCZ/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…checkout-4.1.3

Bump actions/checkout from 4.1.2 to 4.1.3
  • Loading branch information
SukiCZ authored Apr 22, 2024
2 parents 6a613c2 + 4d2f10d commit 32a38c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Code Repository
uses: actions/[email protected].2
uses: actions/[email protected].3

- name: Set up Python
uses: actions/[email protected]
Expand All @@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Code Repository
uses: actions/[email protected].2
uses: actions/[email protected].3

- name: Set up Python
uses: actions/[email protected]
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
# IMPORTANT: this permission is mandatory for trusted publishing
id-token: write
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
- name: Set up Python
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 32a38c7

Please sign in to comment.