Skip to content

Commit bebad24

Browse files
dependabot[bot]Uxio0
authored andcommitted
Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3b1c8ec commit bebad24

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/python.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
python-version: ["3.13"]
1717

1818
steps:
19-
- uses: actions/checkout@v5
19+
- uses: actions/checkout@v6
2020
- name: Set up Python ${{ matrix.python-version }}
2121
uses: actions/setup-python@v6
2222
with:
@@ -67,7 +67,7 @@ jobs:
6767
run: |
6868
docker network create ganache
6969
docker run --detach --publish 8545:8545 --network ganache -e DOCKER=true trufflesuite/ganache:latest --defaultBalanceEther 10000 --gasLimit 10000000 -a 30 --chain.chainId 1337 --chain.networkId 1337 -d
70-
- uses: actions/checkout@v5
70+
- uses: actions/checkout@v6
7171
- name: Set up Python ${{ matrix.python-version }}
7272
uses: actions/setup-python@v6
7373
with:
@@ -107,7 +107,7 @@ jobs:
107107
- test-app
108108
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop' || (github.event_name == 'release' && github.event.action == 'released')
109109
steps:
110-
- uses: actions/checkout@v5
110+
- uses: actions/checkout@v6
111111
- uses: docker/setup-qemu-action@v3
112112
with:
113113
platforms: arm64
@@ -163,7 +163,7 @@ jobs:
163163
needs: [docker-deploy]
164164
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop'
165165
steps:
166-
- uses: actions/checkout@v5
166+
- uses: actions/checkout@v6
167167
- name: Deploy Staging
168168
if: github.ref == 'refs/heads/main'
169169
run: bash scripts/autodeploy.sh

0 commit comments

Comments
 (0)