Skip to content

Commit

Permalink
Merge pull request #778 from cazfi/actions
Browse files Browse the repository at this point in the history
github actions: Use actions/checkout version 4.1.1
  • Loading branch information
cazfi authored Nov 12, 2023
2 parents 3668336 + 1da35d8 commit 11bfcb1
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 @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: check out Freeciv-web
uses: actions/checkout@v3.5.2
uses: actions/checkout@v4.1.1
- 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@v3.5.2
uses: actions/checkout@v4.1.1

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

0 comments on commit 11bfcb1

Please sign in to comment.