Skip to content

Commit 84478de

Browse files
authored
Merge pull request #144 from tgymnich/dependabot/github_actions/actions/checkout-3.5.3
Bump actions/checkout from 3.5.2 to 3.5.3
2 parents 83d7915 + c6ead35 commit 84478de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/checkin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
check_pr:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v3.5.2
8+
- uses: actions/checkout@v3.5.3
99

1010
- name: "npm ci"
1111
run: npm ci

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
publish:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3.5.2
11+
- uses: actions/checkout@v3.5.3
1212
- uses: tgymnich/publish-github-action@v1
1313
with:
1414
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)