Skip to content

Commit

Permalink
Merge pull request #87 from sebbo2002/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4
  • Loading branch information
sebbo2002 authored Sep 18, 2023
2 parents abc5cb8 + 331661e commit cf3e13b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
if: ${{ github.repository != 'sebbo2002/js-template' }}
steps:
- name: ☁️ Checkout Project
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: ☁️ Checkout ReleaseBot
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: sebbo2002/release-bot
path: ./.actions/release-bot
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
node: [16.x, 18.x, 20.x]
steps:
- name: ☁️ Checkout Project
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: 🔧 Setup node.js
uses: actions/setup-node@v3
with:
Expand All @@ -35,7 +35,7 @@ jobs:
if: github.repository != 'sebbo2002/js-template' && (contains(toJson(github.event.commits.*.message), '[skip ci]') == false || github.ref == 'refs/heads/main')
steps:
- name: ☁️ Checkout Project
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: 🔧 Setup node.js
uses: actions/setup-node@v3
with:
Expand All @@ -53,7 +53,7 @@ jobs:
if: contains(toJson(github.event.commits.*.message), '[skip ci]') == false || github.ref == 'refs/heads/main'
steps:
- name: ☁️ Checkout Project
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: 🔧 Setup node.js
uses: actions/setup-node@v3
with:
Expand All @@ -74,7 +74,7 @@ jobs:
if: ${{ github.repository != 'sebbo2002/js-template' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop') }}
steps:
- name: ☁️ Checkout Project
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: 🔧 Setup node.js
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit cf3e13b

Please sign in to comment.