Skip to content

Commit 60248d6

Browse files
authored
Merge pull request #10 from breml/update-gh-actions
Update GH actions and setup dependabot
2 parents 63d78cd + 456f998 commit 60248d6

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
@@ -7,3 +7,7 @@ updates:
77
directory: "/"
88
schedule:
99
interval: "weekly"
10+
- package-ecosystem: "github-actions"
11+
directory: "/"
12+
schedule:
13+
interval: "weekly"

.github/workflows/update.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ on:
1010

1111
jobs:
1212
update:
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-24.04
1414
steps:
1515
- name: Checkout repository
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v4
1717

1818
- name: Setup Go
19-
uses: actions/setup-go@v2
19+
uses: actions/setup-go@v5
2020

2121
- name: Update Mozilla Included CA Certificate List
2222
run: go generate .
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Bump version and push tag
3434
if: ${{ steps.commit_changes.outputs.committed == 'true' && steps.commit_changes.outputs.pushed == 'true' }}
35-
uses: mathieudutour/github-tag-action@v6.0
35+
uses: mathieudutour/github-tag-action@v6.2
3636
with:
3737
github_token: ${{ secrets.GITHUB_TOKEN }}
3838
commit_sha: ${{ steps.commit_changes.outputs.commit_long_sha }}

0 commit comments

Comments
 (0)