Skip to content

Commit

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

Bump actions/checkout from 4.1.6 to 4.1.7
  • Loading branch information
SukiCZ authored Jun 14, 2024
2 parents a4a4078 + 902ddf9 commit 296c8fd
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].6
uses: actions/[email protected].7

- 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].6
uses: actions/[email protected].7

- 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].6
- uses: actions/[email protected].7
- name: Set up Python
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 296c8fd

Please sign in to comment.