Skip to content

Commit 2b4b72a

Browse files
chore(deps): update actions/checkout action to v6
1 parent 317c9b8 commit 2b4b72a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/alpha.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Check Out Repo
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v6
1515
- name: Login to registry
1616
uses: "docker/login-action@v3.3.0"
1717
with:

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fi
2020
echo "tag=$TAG_NAME" >> $GITHUB_OUTPUT
2121
- name: Check Out Repo
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v6
2323
- name: Login to registry
2424
uses: "docker/login-action@v3.3.0"
2525
with:

0 commit comments

Comments
 (0)