Skip to content

Commit 15de182

Browse files
chore(deps): update actions/checkout action to v6 (#19)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d44e3c1 commit 15de182

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v6
1717
- name: Build the Docker image
1818
run: docker build . --file Dockerfile --tag t1il/devcord-devmarkt:$(date +%s)

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
running-workflow-name: 'PHP Verify'
2222
repo-token: ${{ secrets.GITHUB_TOKEN }}
2323
allowed-conclusions: success
24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v6
2525
- name: Build Image
2626
run: docker build . -t ghcr.io/${{ github.repository }}:${{ github.sha }}
2727
- name: Login to Registry

0 commit comments

Comments
 (0)