Skip to content

Commit bc3132c

Browse files
eburnetteRasukarusan
authored andcommitted
chore: Get the latest of all github actions (danny-avila#1335)
1 parent 57ae9e4 commit bc3132c

File tree

9 files changed

+18
-18
lines changed

9 files changed

+18
-18
lines changed

.github/playwright.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
# PLAYWRIGHT_BROWSERS_PATH: 0 # Places binaries to node_modules/@playwright/test
3737
# TITLE_CONVO: false
3838
# steps:
39-
# - uses: actions/checkout@v3
40-
# - uses: actions/setup-node@v3
39+
# - uses: actions/checkout@v4
40+
# - uses: actions/setup-node@v4
4141
# with:
4242
# node-version: 18
4343
# cache: 'npm'

.github/workflows/backend-review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
BAN_INTERVAL: ${{ secrets.BAN_INTERVAL }}
2424
NODE_ENV: CI
2525
steps:
26-
- uses: actions/checkout@v2
26+
- uses: actions/checkout@v4
2727
- name: Use Node.js 20.x
28-
uses: actions/setup-node@v3
28+
uses: actions/setup-node@v4
2929
with:
3030
node-version: 20
3131
cache: 'npm'

.github/workflows/container.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
steps:
1414
# Check out the repository
1515
- name: Checkout
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v4
1717

1818
# Set up Docker
1919
- name: Set up Docker
20-
uses: docker/setup-buildx-action@v1
20+
uses: docker/setup-buildx-action@v3
2121

2222
# Log in to GitHub Container Registry
2323
- name: Log in to GitHub Container Registry

.github/workflows/data-provider.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v3
15-
- uses: actions/setup-node@v3
14+
- uses: actions/checkout@v4
15+
- uses: actions/setup-node@v4
1616
with:
1717
node-version: 16
1818
- run: cd packages/data-provider && npm ci
@@ -22,8 +22,8 @@ jobs:
2222
needs: build
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@v3
26-
- uses: actions/setup-node@v3
25+
- uses: actions/checkout@v4
26+
- uses: actions/setup-node@v4
2727
with:
2828
node-version: 16
2929
registry-url: 'https://registry.npmjs.org'

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
# checkout the repo
1919
- name: 'Checkout GitHub Action'
20-
uses: actions/checkout@main
20+
uses: actions/checkout@v4
2121

2222
- name: 'Login via Azure CLI'
2323
uses: azure/login@v1

.github/workflows/dev-images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
steps:
1717
# Check out the repository
1818
- name: Checkout
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v4
2020

2121
# Set up Docker
2222
- name: Set up Docker
23-
uses: docker/setup-buildx-action@v1
23+
uses: docker/setup-buildx-action@v3
2424

2525
# Log in to GitHub Container Registry
2626
- name: Log in to GitHub Container Registry

.github/workflows/frontend-review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
timeout-minutes: 60
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v4
2424
- name: Use Node.js 20.x
25-
uses: actions/setup-node@v3
25+
uses: actions/setup-node@v4
2626
with:
2727
node-version: 20
2828
cache: 'npm'

.github/workflows/latest-images-main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
steps:
1111
# Check out the repository
1212
- name: Checkout
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v4
1414

1515
# Set up Docker
1616
- name: Set up Docker
17-
uses: docker/setup-buildx-action@v1
17+
uses: docker/setup-buildx-action@v3
1818

1919
# Log in to GitHub Container Registry
2020
- name: Log in to GitHub Container Registry

.github/workflows/mkdocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
deploy:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
- uses: actions/setup-python@v4
1414
with:
1515
python-version: 3.x

0 commit comments

Comments
 (0)