diff --git a/.github/workflows/buildStaticNix.yml b/.github/workflows/buildStaticNix.yml index b47c70d..fcb6f8c 100644 --- a/.github/workflows/buildStaticNix.yml +++ b/.github/workflows/buildStaticNix.yml @@ -20,7 +20,7 @@ jobs: # 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@v4 + - uses: actions/checkout@v5 - name: Install Nix # You may pin to the exact commit or the version. # uses: cachix/install-nix-action@07da2520eebede906fbeefa9dd0a2b635323909d diff --git a/.github/workflows/cachix.yml b/.github/workflows/cachix.yml index 53aacd6..3fd76a0 100644 --- a/.github/workflows/cachix.yml +++ b/.github/workflows/cachix.yml @@ -25,7 +25,7 @@ jobs: # 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@v4 + - uses: actions/checkout@v5 - name: Remove some excess files run: sudo rm -rf /opt /usr/local || true diff --git a/.github/workflows/update-packages.yml b/.github/workflows/update-packages.yml index 2e21759..f8dfc7b 100644 --- a/.github/workflows/update-packages.yml +++ b/.github/workflows/update-packages.yml @@ -21,7 +21,7 @@ jobs: # 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@v4 + - uses: actions/checkout@v5 - name: Setup fake git account run: | diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index ff0ce89..cc7bd1f 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -20,7 +20,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 # Runs a single command using the runners shell - name: Update submodules @@ -49,7 +49,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Compile monorepo run: |