Skip to content

Commit bd4f0df

Browse files
Update GitHub Action Versions
1 parent af25b53 commit bd4f0df

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/alpine-frpc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ubuntu-latest
4141
steps:
4242
- name: Checkout
43-
uses: actions/checkout@v4.2.0
43+
uses: actions/checkout@v4.2.1
4444
with:
4545
# [Required] Access token with `workflow` scope.
4646
token: ${{ secrets.WORKFLOW_SECRET }}

.github/workflows/alpine-frps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ubuntu-latest
4141
steps:
4242
- name: Checkout
43-
uses: actions/checkout@v4.2.0
43+
uses: actions/checkout@v4.2.1
4444
with:
4545
# [Required] Access token with `workflow` scope.
4646
token: ${{ secrets.WORKFLOW_SECRET }}

.github/workflows/debian-frpc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ubuntu-latest
4141
steps:
4242
- name: Checkout
43-
uses: actions/checkout@v4.2.0
43+
uses: actions/checkout@v4.2.1
4444
with:
4545
# [Required] Access token with `workflow` scope.
4646
token: ${{ secrets.WORKFLOW_SECRET }}

.github/workflows/debian-frps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ubuntu-latest
4141
steps:
4242
- name: Checkout
43-
uses: actions/checkout@v4.2.0
43+
uses: actions/checkout@v4.2.1
4444
with:
4545
# [Required] Access token with `workflow` scope.
4646
token: ${{ secrets.WORKFLOW_SECRET }}

.github/workflows/dockerhub-description.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v4.2.0
15+
uses: actions/checkout@v4.2.1
1616
with:
1717
# [Required] Access token with `workflow` scope.
1818
token: ${{ secrets.WORKFLOW_SECRET }}

.github/workflows/updater.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
steps:
3333
- name: Checkout
34-
uses: actions/checkout@v4.2.0
34+
uses: actions/checkout@v4.2.1
3535
with:
3636
# [Required] Access token with `workflow` scope.
3737
token: ${{ secrets.WORKFLOW_SECRET }}

0 commit comments

Comments
 (0)