Skip to content

Commit d8389e9

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/nock-14.0.9
2 parents d8b60a1 + 868bc95 commit d8389e9

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docker-build-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
if: ${{ github.actor != 'dependabot'}}
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
- name: Set up Docker Buildx
2020
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435
2121
- name: Log in to the Container registry
22-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772
22+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1
2323
with:
2424
registry: ${{ env.REGISTRY }}
2525
username: ${{ github.actor }}

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
pull-requests: write
1919

2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222
- uses: actions/setup-node@v4
2323
with:
2424
node-version: 20

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
test:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
- uses: actions/setup-node@v4
1717
with:
1818
node-version: 20

0 commit comments

Comments
 (0)