Skip to content

Commit

Permalink
chore(deps): update github actions workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
bjerk-bot authored Sep 5, 2023
1 parent d4f464f commit d05e9d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions templates/github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Use Node LTS ✨
uses: actions/setup-node@v3
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:

steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Docker meta 🏷
id: meta
Expand Down
4 changes: 2 additions & 2 deletions templates/github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Use Node LTS ✨
uses: actions/setup-node@v3
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:

steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Docker meta 🏷
id: meta
Expand Down

0 comments on commit d05e9d2

Please sign in to comment.