Skip to content

Commit 149137d

Browse files
committed
Update actions
1 parent b0e29c6 commit 149137d

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ updates:
99
schedule:
1010
# Check for updates to GitHub Actions every month
1111
interval: "monthly"
12+
groups:
13+
actions:
14+
patterns:
15+
- "*"

.github/workflows/static.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,19 @@ jobs:
3131
runs-on: ubuntu-latest
3232
steps:
3333
- name: Checkout content
34-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
34+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3535
with:
3636
path: content
3737

3838
- name: Checkout thank-you-slide
39-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
39+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4040
with:
4141
repository: stefmolin/thank-you-slide
4242
token: ${{ secrets.SLIDES_PUBLISHING_TOKEN }}
4343
path: thank-you-slide
4444

4545
- name: Checkout ezslides
46-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
46+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4747
with:
4848
repository: stefmolin/ezslides
4949
token: ${{ secrets.SLIDES_PUBLISHING_TOKEN }}
@@ -56,7 +56,7 @@ jobs:
5656
- name: Setup Pages
5757
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
5858
- name: Upload artifact
59-
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1
59+
uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4.0.0
6060
with:
6161
path: slides
6262
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)