Skip to content

Commit f4d1e39

Browse files
committed
Bump actions to latest major
1 parent 23b44d4 commit f4d1e39

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
uses: actions/checkout@v3
1818
-
1919
name: Run Labeler
20-
uses: crazy-max/ghaction-github-labeler@v3
20+
uses: crazy-max/ghaction-github-labeler@v4

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
-
8080
name: Import GPG key
8181
id: import_gpg
82-
uses: crazy-max/ghaction-import-gpg@v4
82+
uses: crazy-max/ghaction-import-gpg@v5
8383
with:
8484
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
8585
passphrase: ${{ secrets.PASSPHRASE }}
@@ -106,7 +106,7 @@ jobs:
106106
uses: actions/checkout@v2
107107
-
108108
name: Import GPG key
109-
uses: crazy-max/ghaction-import-gpg@v4
109+
uses: crazy-max/ghaction-import-gpg@v5
110110
with:
111111
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
112112
passphrase: ${{ secrets.PASSPHRASE }}
@@ -142,7 +142,7 @@ jobs:
142142
-
143143
name: Import GPG key
144144
id: import_gpg
145-
uses: crazy-max/ghaction-import-gpg@v4
145+
uses: crazy-max/ghaction-import-gpg@v5
146146
with:
147147
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
148148
passphrase: ${{ secrets.PASSPHRASE }}

0 commit comments

Comments
 (0)