Skip to content

Commit 3940c47

Browse files
authored
Merge pull request #5 from gitgitgadget/actions-upgrade
build(deps): bump actions/checkout from 3 to 5
2 parents 046d453 + b3fed7c commit 3940c47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
environment: deploy-to-azure
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v5
1818
- uses: Azure/functions-action@v1
1919
with:
2020
app-name: GitGitGadget

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/setup-node@v3
1010
with:
1111
node-version: 18
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v5
1313
- name: npm install
1414
run: npm install
1515
- name: run ESLint

0 commit comments

Comments
 (0)