diff options
author | scribam <[email protected]> | 2024-05-31 10:08:55 +0200 |
---|---|---|
committer | scribam <[email protected]> | 2024-05-31 10:08:55 +0200 |
commit | 016ca75ed22cdbf8b474348b300c2dc3ab58066a (patch) | |
tree | b790cea8365470a91a01de2d763d93c75fa9116d /.github | |
parent | 80477f635345e8f13efc512d84b01b94cad92cd9 (diff) | |
download | xbyak-016ca75ed22cdbf8b474348b300c2dc3ab58066a.tar.gz xbyak-016ca75ed22cdbf8b474348b300c2dc3ab58066a.zip |
Update actions/checkout to v4
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0e291ae..2e72a89 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: container: image: debian:testing steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: apt -y update - run: apt -y install g++-multilib libboost-dev make nasm yasm - run: make test |