@@ -19,11 +19,11 @@ jobs:
1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Setup deno
22- uses : denoland/setup-deno@v1
22+ uses : denoland/setup-deno@v2
2323 with :
2424 deno-version : v1.x
2525 - name : Check out repo
26- uses : actions/checkout@v2
26+ uses : actions/checkout@v4
2727 with :
2828 ref : ${{ github.ref }}
2929 - name : Fetch data
@@ -50,11 +50,11 @@ jobs:
5050 # Steps represent a sequence of tasks that will be executed as part of the job
5151 steps :
5252 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
53- - uses : actions/checkout@v2
53+ - uses : actions/checkout@v4
5454 with :
5555 ref : ${{ github.ref }}
5656 - name : Setup Ruby, JRuby and TruffleRuby
57- uses : ruby/setup-ruby@v1.72.1
57+ uses : ruby/setup-ruby@v1
5858 with :
5959 ruby-version : 3.0.1
6060 - name : InfluxDB Action
@@ -87,15 +87,15 @@ jobs:
8787 /usr/local/bin/influx query "from(bucket: \"dummy\") |> range(start: -1y) |> drop(columns: [\"_start\",\"_stop\"])" --raw > $GITHUB_WORKSPACE/usgs-earthquake-data/all_week-annotated.csv
8888 /usr/local/bin/influx bucket delete -n dummy
8989 - name : Commit changes
90- uses : stefanzweifel/git-auto-commit-action@v4
90+ uses : stefanzweifel/git-auto-commit-action@v5
9191 with :
9292 commit_message : Adding LP and annotated CSV file
9393 sync-to-s3 :
9494 runs-on : ubuntu-latest
9595 needs : process-data
9696 steps :
9797 - name : Checkout repo
98- uses : actions/checkout@v2
98+ uses : actions/checkout@v4
9999 with :
100100 ref : ${{ github.ref }}
101101 - name : Copy Air Sensor Data to S3
0 commit comments