Skip to content

Commit 9c13454

Browse files
⬆️ Bump actions/checkout from 4.2.1 to 4.2.2 (#115)
1 parent c2b22a8 commit 9c13454

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/build-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fail-fast: false
2828
steps:
2929
- name: Check out 🎉
30-
uses: actions/[email protected].1
30+
uses: actions/[email protected].2
3131
- name: Set up Python 🐍
3232
uses: actions/[email protected]
3333
with:
@@ -51,7 +51,7 @@ jobs:
5151
fail-fast: false
5252
steps:
5353
- name: Check out 🎉
54-
uses: actions/[email protected].1
54+
uses: actions/[email protected].2
5555
- name: Set up Python 🐍
5656
uses: actions/[email protected]
5757
with:

.github/workflows/lint-markdown-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Check out 🎉
21-
uses: actions/[email protected].1
21+
uses: actions/[email protected].2
2222
- name: Run `markdownlint` 🎨
2323
uses: DavidAnson/[email protected]
2424
with:

.github/workflows/publish-package.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
package-version: ${{ steps.package-version.outputs.package-version }}
1212
steps:
1313
- name: Check out 🎉
14-
uses: actions/[email protected].1
14+
uses: actions/[email protected].2
1515
- name: Set up Python 🐍
1616
uses: actions/[email protected]
1717
with:
@@ -31,7 +31,7 @@ jobs:
3131
id-token: write
3232
steps:
3333
- name: Check out 🎉
34-
uses: actions/[email protected].1
34+
uses: actions/[email protected].2
3535
- name: Set up Python 🐍
3636
uses: actions/[email protected]
3737
with:
@@ -55,7 +55,7 @@ jobs:
5555
contents: write
5656
steps:
5757
- name: Check out 🎉
58-
uses: actions/[email protected].1
58+
uses: actions/[email protected].2
5959
- name: Create tag 🔖
6060
run: |
6161
git config user.name "${{ github.actor }}"
@@ -72,7 +72,7 @@ jobs:
7272
contents: write
7373
steps:
7474
- name: Check out 🎉
75-
uses: actions/[email protected].1
75+
uses: actions/[email protected].2
7676
- name: Publish GitHub Release 📝
7777
uses: softprops/[email protected]
7878
with:

.github/workflows/sync-api-backup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Check out 🎉
14-
uses: actions/[email protected].1
14+
uses: actions/[email protected].2
1515
- name: Set up Python 🐍
1616
uses: actions/[email protected]
1717
with:

0 commit comments

Comments
 (0)