Skip to content

Commit

Permalink
Merge pull request #6 from halamix2/bump-dependencies
Browse files Browse the repository at this point in the history
Bump checkout action and set up automatic bump
  • Loading branch information
shmokmt authored Sep 15, 2023
2 parents 7b8d976 + d0b466b commit 93d9e7c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "gh-actions"
include: "scope"
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- run: sleep 5

- name: use the action
uses: ./
with:
Expand All @@ -25,10 +25,10 @@ jobs:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- run: sleep 5

- name: use the action
uses: ./
with:
Expand Down

0 comments on commit 93d9e7c

Please sign in to comment.