Skip to content

Commit 84e0e97

Browse files
⬆️ Bump github actions
1 parent 1891682 commit 84e0e97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/updateFlags.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Checkout code 🛎️
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v6
2020

2121
- name: Set up Bun ⚙️
2222
uses: oven-sh/setup-bun@v2
@@ -28,7 +28,7 @@ jobs:
2828
run: bun src/generateFlagPreview.js
2929

3030
- name: Push to GitHub 🚀
31-
uses: stefanzweifel/git-auto-commit-action@v5
31+
uses: stefanzweifel/git-auto-commit-action@v7
3232
with:
3333
commit_message: 🚀 Updated Flag List
3434
file_pattern: "output/"

0 commit comments

Comments
 (0)