Skip to content

Commit

Permalink
Bump actions to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
frimro committed Nov 27, 2024
1 parent 08c3d77 commit 3049ba6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Run Codeception acceptance tests
run: |
docker run --name "${{env.CONTAINER}}" \
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gnitpick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}

- name: Install Gnitpick
run: curl -O https://raw.githubusercontent.com/Seravo/gnitpick/master/gnitpick.py

- name: Set up python ${{ env.PYTHON_VERSION }}
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ env.PYTHON_VERSION }}

Expand Down

0 comments on commit 3049ba6

Please sign in to comment.