Skip to content

Commit

Permalink
Merge pull request #10 from breml/update-gh-actions
Browse files Browse the repository at this point in the history
Update GH actions and setup dependabot
  • Loading branch information
breml authored Jan 17, 2025
2 parents 63d78cd + 456f998 commit 60248d6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ updates:
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
8 changes: 4 additions & 4 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ on:

jobs:
update:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5

- name: Update Mozilla Included CA Certificate List
run: go generate .
Expand All @@ -32,7 +32,7 @@ jobs:

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

0 comments on commit 60248d6

Please sign in to comment.