Skip to content

Commit

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

Bump actions/checkout from 4.1.5 to 4.1.6
  • Loading branch information
SukiCZ authored May 24, 2024
2 parents 5760a3f + 40725e7 commit c90f95c
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].5
uses: actions/[email protected].6

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

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

0 comments on commit c90f95c

Please sign in to comment.