Skip to content

Commit b6012dc

Browse files
chore(deps): update actions
| datasource | package | from | to | | ----------- | ------------------------- | ---- | -- | | github-tags | actions/download-artifact | v3 | v4 | | github-tags | github/codeql-action | v2 | v3 |
1 parent 6c93fa1 commit b6012dc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ jobs:
7272
needs: test
7373
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
7474
steps:
75-
- uses: actions/download-artifact@v3
75+
- uses: actions/download-artifact@v4
7676
- uses: actions/configure-pages@v4
7777
- uses: actions/deploy-pages@v3

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
security-events: write
1818
steps:
1919
- uses: actions/checkout@v4
20-
- uses: github/codeql-action/init@v2
20+
- uses: github/codeql-action/init@v3
2121
with:
2222
languages: javascript
23-
- uses: github/codeql-action/analyze@v2
23+
- uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)