Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Updating action dependencies
  • Loading branch information
ahankinson authored Oct 13, 2023
1 parent 16552b6 commit d1ff1b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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@v2
- uses: actions/checkout@v4
- name: Configure staging build
run: sed -i 's/https:\/\/rism\.info/https:\/\/stage\.rism\.info/g' _config.yml
if: endsWith(github.ref, '/staging')
Expand All @@ -26,7 +26,7 @@ jobs:
sudo apt install openresolv wireguard
# Use GitHub Actions' cache to shorten build times and decrease load on servers
- uses: actions/cache@v2.1.0
- uses: actions/cache@v3
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}-v2
Expand All @@ -37,7 +37,7 @@ jobs:
- uses: lemonarc/[email protected]

# Build the lunr index with node
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: '16'
- run: |
Expand Down

0 comments on commit d1ff1b0

Please sign in to comment.