Skip to content

Commit

Permalink
Merge pull request #68 from kg8m/dependabot/github_actions/actions/ch…
Browse files Browse the repository at this point in the history
…eckout-4.1.2

Bump actions/checkout from 4.1.1 to 4.1.2
  • Loading branch information
kg8m authored Mar 16, 2024
2 parents 35acc56 + 0f9aae8 commit 605f21b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/setup-node@v4.0.2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "19.0.0"
cache: npm
Expand All @@ -22,8 +22,8 @@ jobs:
format-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/setup-node@v4.0.2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "19.0.0"
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Create GitHub Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4
- name: Create release
run: >-
latest_tag="$(git describe --tags --abbrev=0)";
Expand Down

0 comments on commit 605f21b

Please sign in to comment.