Skip to content

Commit

Permalink
⬆️ Bump actions/checkout from 2.4.0 to 3 (#2863)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 7, 2022
1 parent abc8ab7 commit 331a668
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-game.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Linux build on Ubuntu
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3
with:
submodules: true

Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
steps:
- run: echo $env:BUILD_TOOLS_PATH | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append

- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3
with:
submodules: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
mesa-common-dev libgl1-mesa-dev libglu1-mesa-dev libfreetype6-dev nvidia-cg-dev \
libssl-dev libopenal-dev libois-dev libcurl4-openssl-dev rapidjson-dev gettext libfmt-dev
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Build OGRE
run: |
Expand Down

0 comments on commit 331a668

Please # to comment.