SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 29d69600759931360b91d5999b93273431f5c165 parent 0989ee27637a69e79a78aa698038fd983a742924 Author: Lior Halphon <LIJI32@gmail.com> Date: Sat, 31 Dec 2022 22:13:28 +0200 Merge pull request #521 from max-m/actions-checkout-v3 [CI] Update to actions/checkout@v3 Diffstat:
| M | .github/workflows/libretro.yml | 2 | +- |
| M | .github/workflows/sanity.yml | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/libretro.yml b/.github/workflows/libretro.yml @@ -13,7 +13,7 @@ jobs: os: [ubuntu-latest] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 name: Checkout with: repository: LIJI32/SameBoy diff --git a/.github/workflows/sanity.yml b/.github/workflows/sanity.yml @@ -17,7 +17,7 @@ jobs: cc: gcc runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install deps shell: bash run: |
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.