Skip to content

Commit 762dbd9

Browse files
authored
Merge pull request #12 from EnzymeAD/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 3908d6a + 9971784 commit 762dbd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
IMAGE_NAME: ${{ github.repository }}/ubuntu-${{ matrix.ubuntu }}-llvm-${{ matrix.llvm }}
2828
steps:
2929
- name: Check out the repo
30-
uses: actions/checkout@v5
30+
uses: actions/checkout@v6
3131

3232
- name: Set up QEMU
3333
uses: docker/setup-qemu-action@v3

0 commit comments

Comments
 (0)