Skip to content

Commit d3156d5

Browse files
authored
Merge pull request #59 from steamcmd/renovate/actions-checkout-5.x
Update actions/checkout action to v5
2 parents cfaa822 + b33f054 commit d3156d5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-24.04
2121
needs: check-requirements
2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v5
2424
- name: Parse API Version
2525
run: echo "API_VERSION=$(echo $GITHUB_REF | awk -F '/' '{print $NF}' | cut -c 2-)" >> $GITHUB_ENV
2626
- name: Docker Login
@@ -43,7 +43,7 @@ jobs:
4343
name: Update Readme
4444
runs-on: ubuntu-24.04
4545
steps:
46-
- uses: actions/checkout@v4
46+
- uses: actions/checkout@v5
4747
- name: Update Docker Hub Description
4848
uses: peter-evans/dockerhub-description@v4
4949
env:

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ jobs:
1313
name: Test Image
1414
runs-on: ubuntu-24.04
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
- name: Build Image
1818
run: docker build -t steamcmd/api:latest .
1919

2020
python-lint:
2121
name: Python Lint
2222
runs-on: ubuntu-24.04
2323
steps:
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v5
2525
- uses: jpetrucciani/ruff-check@main
2626
with:
2727
path: 'src/'

0 commit comments

Comments
 (0)