Skip to content

Commit

Permalink
update ci to use latest checkout action (#290)
Browse files Browse the repository at this point in the history
* update ci to use latest checkout action

* try user fix suggested in gh issue

---------

Co-authored-by: george-btrt <[email protected]>
  • Loading branch information
geotre and george-btrt authored Sep 26, 2024
1 parent 0a42c60 commit ee36754
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,13 @@ jobs:
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest
container: nimlang/nim
container:
image: nimlang/nim
options: --user 1001
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v4
# Runs a single command using the runners shell
- name: Tests
run: |
Expand Down

0 comments on commit ee36754

Please sign in to comment.