Skip to content

Commit

Permalink
trivial: ci: Update GH Actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
ximion committed Mar 19, 2024
1 parent e434229 commit ebd1bea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Create Native Environment
run: cd tests/ci/ && podman build -t laniakea -f ./Dockerfile-debian-testing .
Expand All @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Create Native Environment
run: cd tests/ci/ && podman build -t laniakea -f ./Dockerfile-debian-stable .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Initialize CodeQL
uses: github/codeql-action/init@v1
Expand Down

0 comments on commit ebd1bea

Please sign in to comment.