Skip to content

Commit bfc16cc

Browse files
chore(deps): update actions/checkout action to v5
1 parent b7a1d6f commit bfc16cc

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/auto-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
contents: write
1111

1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414
with:
1515
fetch-depth: 0
1616

.github/workflows/dispath-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout this repository
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v5
1313

1414
- name: Extract tag name
1515
run: echo "TAG_NAME=${{ github.event.client_payload.tag }}" >> $GITHUB_ENV

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
# Ensures default fresh checkout can create containers.
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v5
1313
- run: docker compose up --no-start
1414
- run: docker compose -f docker-compose.yml -f compose-debug.yml -f logging.yml up --no-start

0 commit comments

Comments
 (0)