Skip to content

Commit

Permalink
Merge pull request #882 from Cyan4973/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4

build(deps): bump actions/checkout from 3 to 4
  • Loading branch information
Cyan4973 authored Sep 11, 2023
2 parents 6f9771f + daa2ffb commit 458002a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
# | Item | Section in the right pane |
# | ------------------------- | ------------------------------------- |
# | OS, VM | Set up job |
# | git repo, commit hash | Run actions/checkout@v3 |
# | git repo, commit hash | Run actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac |
# | gcc, tools | Environment info |
#
# - To fail earlier, order of tests in the same job are roughly sorted by
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
CC: ${{ matrix.cc }}
CXX: ${{ matrix.cxx }}
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.5.4

- name: apt-get install
run: |
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
name: Linux x64 check results consistency
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.5.4

- name: Environment info
run: |
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
CC: emcc

steps:
- uses: actions/checkout@v3 # https://github.com/actions/checkout
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # https://github.com/actions/checkout

- name: Setup cache
id: cache-system-libraries
Expand Down Expand Up @@ -267,7 +267,7 @@ jobs:
name: Linux x64 misc tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.5.4

- name: apt-get install
run: |
Expand Down Expand Up @@ -314,7 +314,7 @@ jobs:
name: Linux x64 cmake unofficial build test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.5.4

- name: Environment info
run: |
Expand Down Expand Up @@ -414,7 +414,7 @@ jobs:
XEMU: ${{ matrix.xemu }}
MOREFLAGS: -Werror
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.5.4
- name: apt update & install (1)
run: |
sudo apt-get update
Expand Down Expand Up @@ -484,7 +484,7 @@ jobs:
{ os: macos-12 },
]
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.5.4

- name: Environment info
run: |
Expand Down Expand Up @@ -525,7 +525,7 @@ jobs:
arch: [ x64, Win32, ARM, ARM64 ]

steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.5.4

- name: Build ${{ matrix.system.os }}, ${{ matrix.arch }}
run: |
Expand Down Expand Up @@ -595,7 +595,7 @@ jobs:
run:
shell: msys2 {0}
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.5.4
- uses: msys2/setup-msys2@7efe20baefed56359985e327d329042cde2434ff # v2
with:
msystem: MSYS
Expand Down

0 comments on commit 458002a

Please sign in to comment.