Skip to content

Commit

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

Bump actions/checkout from 4.1.1 to 4.1.2
  • Loading branch information
SukiCZ authored Mar 24, 2024
2 parents 31002ce + 5f76acb commit 06e6859
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].1
uses: actions/[email protected].2

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

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

0 comments on commit 06e6859

Please sign in to comment.