Skip to content

Commit 138ee9d

Browse files
committed
Update actions
1 parent 854d404 commit 138ee9d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/codeql.yml

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

4141
steps:
4242
- name: Checkout repository
43-
uses: actions/checkout@v3
43+
uses: actions/checkout@v4
4444

4545
# Initializes the CodeQL tools for scanning.
4646
- name: Initialize CodeQL

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
runs-on: ubuntu-latest
1111
name: Deploy
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v4
1414
- name: Publish
15-
uses: cloudflare/wrangler-action@1.3.0
15+
uses: cloudflare/wrangler-action@v3
1616
with:
1717
apiToken: ${{ secrets.CF_API_TOKEN }}
1818
env:

0 commit comments

Comments
 (0)