Compare commits

..
2 Commits
Author SHA1 Message Date
Marcus Young a43abf4730 [Automated 🤖 ] Bump to version 2.289.4 2022-09-20 13:28:22 -05:00
Marcus Young 07f5b31b2c [Automated 🤖 ] Bump to version 2.293.1 2022-09-20 11:46:21 -05:00
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -4,9 +4,9 @@ on:
tags:
- '*'
permissions:
contents: write
packages: write
permissions:
contents: read
packages: write
jobs:
create-release:
+1 -1
View File
@@ -5,7 +5,7 @@ LABEL maintainer="myoung34@my.apsu.edu"
ENV AGENT_TOOLSDIRECTORY=/opt/hostedtoolcache
RUN mkdir -p /opt/hostedtoolcache
ARG GH_RUNNER_VERSION="2.297.0"
ARG GH_RUNNER_VERSION="2.289.4"
ARG TARGETPLATFORM
SHELL ["/bin/bash", "-o", "pipefail", "-c"]