Skip to content

Commit

Permalink
CI: Update actions/checkout to 4.2.2
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Lindqvist <[email protected]>
  • Loading branch information
cazfi committed Nov 19, 2024
1 parent 7efee61 commit 0dbba9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
distribution: 'temurin'
java-version: '17'
- name: check out Freeciv-web
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.2.2
- name: prepare
run: |
sudo sysctl -w net.ipv6.conf.all.disable_ipv6=1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.2.2

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

0 comments on commit 0dbba9d

Please sign in to comment.